31 #ifndef SENSOR_FUSION_STATUS_H_ 32 #define SENSOR_FUSION_STATUS_H_ ssUpdateStatus_t * test
unit test which simply increments to next state
fusion_status_t status
Current status.
void initializeStatusSubsystem(StatusSubsystem *pStatus)
initializeStatusSubsystem() should be called once at startup to initialize the data structure and to ...
fusion_status_t previous
Previous status state - fusion_status_t is defined in sensor_fusion.h.
StatusSubsystem() provides an object-like interface for communicating status to the user...
struct StatusSubsystem StatusSubsystem
StatusSubsystem() provides an object-like interface for communicating status to the user...
uint8_t toggle
This implementation can change LED color and have either solid/toggle.
void( ssUpdateStatus_t)(struct StatusSubsystem *pStatus)
void( ssSetStatus_t)(struct StatusSubsystem *pStatus, fusion_status_t status)
ssUpdateStatus_t * update
make pending status active/visible
fusion_status_t
Application-specific serial communications system.
fusion_status_t next
Pending status change.
ssSetStatus_t * queue
queue status change for next regular interval